Ниже предоставлен полный список пользовательских функций раздела "NamedPipes Management", доступных в AutoIt. Кликните по имени функции для получения детального описания
Для использования этих функций необходимо добавить строку #include <NamedPipes.au3>.
Функция | Описание |
---|---|
_NamedPipes_CallNamedPipe | Performs a read/write operation on a named pipe |
_NamedPipes_ConnectNamedPipe | Enables a named pipe server process to wait for a client process to connect |
_NamedPipes_CreateNamedPipe | Creates an instance of a named pipe |
_NamedPipes_CreatePipe | Creates an anonymous pipe |
_NamedPipes_DisconnectNamedPipe | Disconnects the server end of a named pipe instance from a client process |
_NamedPipes_GetNamedPipeHandleState | Retrieves information about a specified named pipe |
_NamedPipes_GetNamedPipeInfo | Retrieves information about the specified named pipe |
_NamedPipes_PeekNamedPipe | Copies data from a pipe into a buffer without removing it from the pipe |
_NamedPipes_SetNamedPipeHandleState | Sets the read mode and the blocking mode of the specified named pipe |
_NamedPipes_TransactNamedPipe | Reads and writes to a named pipe in one network operation |
_NamedPipes_WaitNamedPipe | Waits for an instance of a named pipe to become available |